Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

301
Views
Haproxy no se puede enlazar [0.0.0.0:80] - CentOS 6.5

Estoy ejecutando CentOS 6.5 y realmente estoy tratando de seguir este tutorial ( http://socketo.me/docs/deploy ) en Websocket que dice que necesito instalar Haproxy y ejecutar el siguiente comando de Linux:

 sudo haproxy -f /etc/haproxy.cfg -p /var/run/haproxy.pid -D

El problema es que me sale este mensaje:

 [ALERT] 015/013939 (22640) : Starting frontend public: cannot bind socket [0.0.0.0:80]

Mi "netstat -nat | grep 80 | grep LISTEN" devuelve:

 tcp 0 0 212.227.96.81:80 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:8880 0.0.0.0:* LISTEN tcp 0 0 2001:8d8:86c:6e00::14:3b:80 :::* LISTEN tcp 0 0 :::8880 :::* LISTEN tcp 0 0 :::7080 :::* LISTEN

PD: 212.227.96.81 es la dirección IP que hace ping en mi nombre de dominio. ¿Qué debo hacer exactamente para resolver esto? es apache? Porque lo reinicié y nada. Gracias.

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

su servidor web está listado en el puerto 80

 tcp 0 0 212.227.96.81:80 0.0.0.0:* LISTEN

necesita cambiar el puerto Apache/servidor web a uno diferente. no puede vincular haproxy y Apache en el mismo puerto en el mismo servidor

 client send request to port 80 ---> HA-PROXY--->send request to apache (port 8080).

suponiendo que ambos se ejecuten en el mismo servidor.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!